-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: Update Bouncycastle to 1.77.0 #5027
Conversation
@@ -124,11 +124,11 @@ This project leverages the following third party content. | |||
* maven/mavencentral/org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/4.3.20.RELEASE_1, Apache-2.0, approved, CQ16242 | |||
* maven/mavencentral/org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-jms/4.3.20.RELEASE_1, Apache-2.0, approved, CQ16243 | |||
* maven/mavencentral/org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-tx/4.3.20.RELEASE_1, Apache-2.0, approved, CQ16244 | |||
* maven/mavencentral/org.bouncycastle/bcpg-jdk18on/1.71, Apache-2.0, approved, #2665 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The referenced iplab issues probably need update
@MMaiero why do we choose 1.74 and not 1.77 released two weeks ago ? |
It is the minimal requirement to solve the reported CVEs. And more likely to already been approved |
Signed-off-by: MMaiero <[email protected]>
Signed-off-by: MMaiero <[email protected]>
Signed-off-by: MMaiero <[email protected]>
Signed-off-by: MMaiero <[email protected]>
0a82ad8
to
2604557
Compare
@salvatore-coppola @nicolatimeus Ok to merge? |
fine with me |
org.bouncycastle.openpgp;version="1.71.0", | ||
org.bouncycastle.openpgp.jcajce;version="1.71.0", | ||
org.bouncycastle.openpgp.operator.jcajce;version="1.71.0", | ||
org.bouncycastle.util;version="1.68.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to update also the following versions for consistency?
org.bouncycastle.openpgp;version="1.71.0",
org.bouncycastle.openpgp.jcajce;version="1.71.0",
org.bouncycastle.openpgp.operator.jcajce;version="1.71.0",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh! I have missed that!
I'll do it now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Signed-off-by: MMaiero <[email protected]>
Brief description of the PR. [e.g. Added
null
check onobject
to avoidNullPointerException
]Related Issue: #5025
Description of the solution adopted: A more detailed description of the changes made to solve/close one or more issues. If the PR is simple and easy to understand this section can be skipped
Screenshots: If applicable, add screenshots to help explain your solution
Manual Tests: Optional description of the tests performed to check correct functioning of changes, useful for an efficient review
Any side note on the changes made: Description of any other change that has been made, which is not directly linked to the issue resolution [e.g. Code clean up/Sonar issue resolution]